home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November A
/
PCWK1103A.iso
/
Top10FreewarePL-SOFT
/
DriveRescue
/
setup.exe
/
{app}
/
rescue.exe
/
0
/
RCDATA
/
TSECTORDIALOG
/
TSECTORDIALOG.txt
Wrap
Text File
|
2002-06-30
|
2KB
|
132 lines
object SectorDialog: TSectorDialog
Tag = 400
Left = 227
Top = 108
BorderStyle = bsDialog
Caption = 'Select sector range'
ClientHeight = 249
ClientWidth = 370
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Tag = 403
Left = 8
Top = 218
Width = 61
Height = 13
Caption = 'Size to scan:'
end
object LabelSize: TLabel
Left = 184
Top = 218
Width = 73
Height = 13
AutoSize = False
end
object OKBtn: TButton
Tag = 404
Left = 284
Top = 24
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Tag = 406
Left = 284
Top = 90
Width = 75
Height = 27
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object GroupBox1: TGroupBox
Tag = 401
Left = 8
Top = 20
Width = 249
Height = 89
Caption = 'Start sector'
TabOrder = 2
object TrackBarStartSec: TTrackBar
Left = 8
Top = 20
Width = 237
Height = 37
Max = 50
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBarStartSecChange
end
object EditStartSec: TEdit
Left = 20
Top = 56
Width = 61
Height = 21
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Tag = 402
Left = 8
Top = 114
Width = 249
Height = 89
Caption = 'End sector'
TabOrder = 3
object TrackBarEndSec: TTrackBar
Left = 8
Top = 20
Width = 237
Height = 37
Max = 50
Orientation = trHorizontal
Frequency = 1
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBarEndSecChange
end
object EditEndSec: TEdit
Left = 20
Top = 60
Width = 65
Height = 21
TabOrder = 1
end
end
object Button1: TButton
Tag = 405
Left = 284
Top = 56
Width = 75
Height = 25
Caption = 'Apply'
TabOrder = 4
OnClick = Button1Click
end
end